home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / hostname.man < prev    next >
Text File  |  1990-04-19  |  1KB  |  33 lines

  1. ' $Header: /sprite/src/cmds/hostname/RCS/hostname.man,v 1.5 90/04/19 20:02:47 mgbaker Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS HOSTNAME cmds
  4. .BS
  5. .SH NAME
  6. hostname \- Print name or sprite ID of host
  7. .SH SYNOPSIS
  8. \fBhostname\fR [\fB\-v\fB] [\fB\-p\fB] [\fB\-i\fB] [\fB\-type\fB]
  9. .SH OPTIONS
  10. .IP "\fB\-v\fR"
  11. Print out information about the virtual host, which is the host on which
  12. the process is executing if it is not migrated, or the process's
  13. home node if it is migrated.  This is the default.
  14. .IP "\fB\-p\fR"  
  15. Print out information about the physical host, which is the host on which
  16. the process is physically executing, regardless of whether it is migrated.
  17. .IP "\fB\-i\fR"
  18. Print out sprite ID instead of host name.
  19. .IP "\fB\-type\fR"
  20. Print out the machine type.
  21. .BE
  22. .SH DESCRIPTION
  23. .LP
  24. By default, \fBhostname\fR prints out the official name of the host on
  25. which the process ``appears'' to be executing, 
  26. as specified in the 
  27. host description file.  (This is equivalent to the \fB\-v\fR, or virtual host, 
  28. option.)  Other options may be used to specify that information about the host 
  29. on which the process is currently physically executing be printed, or that 
  30. the integer sprite ID of the host is to be printed instead of host name.   
  31. .SH KEYWORDS
  32. host, name, migration, physical host, virtual host
  33.